@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*NPA%20Event%20Section%20Title%20Change.css*/
.section-title {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    line-height: 1.4;
    color: #fff;
    background-color: #ff612d;
}

/*NPA%20Portal%20Events%20Lists.css*/
.HomeContentWrapper .Calendar .event-calendar, .HomeContentWrapper .Calendar .Calendar {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    margin-bottom: 30px;
}
.btn-link {
    color: #ff612d;
    font-weight: normal;
    border-radius: 0;
}
.card-default.card .card-block .card-title a {
    color: #ff612d;
}
.list-tags .label.label-tag {
    color: #fff;
    background-color: #ff612d;
    cursor: pointer;
}
.upcomingeventslist .all-upcoming-events-card {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    padding-bottom: 0;
}
.upcomingeventslist .all-upcoming-events-list {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    padding-bottom: 0;
}

/* MemberNova%20Calendar%20update.css */
.fc-view-container {
    height: auto !important;
    min-height: 800px;
}

/* NPA%20Form%20Colour%20Changes%20II.css */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Outfit', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #272757;
}
label.label-control.field-required {
    position: relative;
    color: #272757;
    font-weight: 400;
}
.btn-primary {
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ff612d;
    background-color: transparent;
    border-color: #ff612d;
}

/* NPA%20Stories.css */
.storylist .story-list {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.list-tags .tag {
    margin-right: 5px;
    padding: 0;
    color: #ff612d;
    background-color: transparent;
    cursor: pointer;
}
.btn-info {
    background-color: #fff;
    color: #ff612d;
    background-color: transparent;
    border-color: #ff612d;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}
.tags-list .tags-item {
    padding: 0;
    color: #ff612d;
    background-color: transparent;
    cursor: pointer;
    display: block;
}
.storydetails .storyWrappingContent {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    margin-bottom: 30px;
}
a:hover, a:focus {
    color: #272757;
    text-decoration: none;
}
.PageWidget .MainWidgetWrapper .boxHeaderContainer1 .widget-title {
    font-size: 20px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.4;
    color: #272757;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tags-list .tags-item:hover, .tags-list .tags-item:focus {
    color: #272757;
    font-weight: 400;
    background-color: transparent;
}

/* NPA%20Subscribe%20to%20Calendar.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child {
    float: right;
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child:hover, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child:focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child.focus, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child:active, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child.active, .open>.dropdown-toggle.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:not(.btn):not(.btn-blank):first-child {
    color: #ff612d;
    background-color: transparent;
    border-color: #ff612d;
}
.ui-dialog a:not(.button):not(.btn):not(.ui-spinner-button) {
    color: #ff612d;
}


/* NPA%20Colour%20Changes.css */
.navbar-default {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    background: #272757;
}
.footer-band {
    background-color: #272757;
}
.PageWidget .boxContainer1 .boxContentCon1 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
}
.PageWidget .boxContainer1 .boxHeaderContainer1 {
    background-color: transparent;
    padding: 15px 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
}
.navbar-nav .dropdown-menu>li a {
    color: #272757;
}
a {
    color: #ff612d;
    text-decoration: none;
}
.ReadMore a, .readMore a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 1.42857143;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    background-color: #fff;
    color: #ff612d;
    background-color: transparent;
    border-color: #ff612d;
    max-width: 100%;
    white-space: normal;
}

.navbar .navbar-nav>li>.menu-item-primary {
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}

.navbar .navbar-nav>li>.menu-item-secondary:hover, 
.navbar .navbar-nav>li>.menu-item-secondary:focus, 
.navbar .navbar-nav>li>.menu-item-secondary.focus, 
.navbar .navbar-nav>li>.menu-item-secondary:active, 
.navbar .navbar-nav>li>.menu-item-secondary.active, 
.open>.dropdown-toggle.navbar .navbar-nav>li>.menu-item-secondary {
    color: #fff;
    background-color: #ff612d !important;
    border-color: #ff612d;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ff612d;
    background-color: transparent;
}
.navbar-nav .dropdown-menu>li a:hover, .navbar-nav .dropdown-menu>li a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ff612d !important;
}
.ReadMore a:hover, .readMore a:hover, .ReadMore a:focus, .readMore a:focus, .ReadMore a.focus, .readMore a.focus, .ReadMore a:active, .readMore a:active, .ReadMore a.active, .readMore a.active, .open>.dropdown-toggle.ReadMore a, .open>.dropdown-toggle.readMore a {
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}


/* NPA%20Form%20Title%20Colour%20Change.css */
.dynamicForm .sectionTitle {
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    line-height: 1.4;
    color: #fff;
    border-bottom: 1px solid transparent;
    background-color: #ff612d;
}
.formContainer, .page-column-wrapper, .panel-container {
    margin-top: 15px;
    padding: 15px;
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-width: 3px;
    border-color: #ff612d;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

/* NPA%20menu%20item%20colour%20change.css */
.navbar-nav .dropdown-menu>li.open>a, .navbar-nav .dropdown-menu>li.hover>a, .navbar-nav .dropdown-menu>li.open>a:hover, .navbar-nav .dropdown-menu>li.hover>a:hover, .navbar-nav .dropdown-menu>li.open>a:focus, .navbar-nav .dropdown-menu>li.hover>a:focus {
    color: #fff;
    background-color: #ff612d;
    border-color: #ff612d;
}

.login-band {
    background-color: #1f1f46;
}

body, .main-content-wrapper, .navbar-default, .navbar-default .dropdown-menu, .loginbar, .system-footer,
.WebsiteFooter, .WebsiteFooter div:not(.ThemesLoadingMessage), .WebsiteFooter p, .WebsiteFooter a, .WebsiteFooter input,
.loginArea .search-bar input[type="text"].search-string, .login-area .search-bar input[type="text"].search-string, .search-bar-wrapper .search-bar input[type="text"].search-string, .loginArea .search-bar input[type="search"].search-string, .login-area .search-bar input[type="search"].search-string, .search-bar-wrapper .search-bar input[type="search"].search-string {
    font-family: Arial, Helvetica, sans-serif;
}